RDO provides built-in constants that you can use with methods, properties and events. These constants all begin with the letters "rd" and are documented with the event, method or property to which they apply. These constants are also used with RemoteData Control properties.
You can use the Object Browser to browse the list of built-in constants. From the View menu, choose Object Browser and select the appropriate library. Scroll the list in the Classes portion of the dialog to see the constants groups. To find a specific constant, use the search window to locate a specific group or constant.
Remote Data Constants | Description – Determines: |
Attributes Property | rdoColumn object characteristics |
BOFAction Property | Beginning of file options |
CursorDriver Property | Type of cursor library |
Column Status | Batch mode update column status |
Data Type | Data type |
Direction | Parameter type |
EditMode | Edit or AddNew state |
EOFAction | End of file options |
Error Event | Error message handling |
LockType | Type of concurrency management. |
Option | Processing options |
Prompt | ODBC driver manager prompting |
QueryType | Type of query |
rdoDefaultCursorDriver Property | Type of cursor library |
rdoLocaleID | Error message language |
ResultsetType | Type of cursor |
Row Status | Batch mode update row status |
SQLRetCode | ODBC return codes |
Status (rdoColumn) | Batch mode update column status |
Status (rdoResultset) | Batch mode update row status |
Type (rdoColumn, rdoParameter) | Data type |
Type (rdoQuery) | Query function |
UpdateCriteria | Batch update WHERE clause |
UpdateOperation | Batch update operation |
UpdateReturnCode | Batch update completion status |
Validate | Data validation constants |